repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
libexec
/
bootpd
/
bootptest
/
Makefile
blob
9f86de30e58989f2d9c237b4a6c6ec9aa9958a68
1
# bootp/bootptest/Makefile
2
# $Id: Makefile,v 1.1 1994/05/27 21:46:38 gwr Exp $
3
4
PROG
=
bootptest
5
6
SRCS
=
bootptest.c print-bootp.c getif.c getether.c report.c
7
CFLAGS
+= -
DBOOTPTEST
8
9
MAN8
=
bootptest
.0
10
11
# XXXX
12
BINDIR?
= /
usr
/
sbin
13
14
.
include
<
bsd.prog.mk
>