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
/
bootpef
/
Makefile
blob
f432da34b0824683c89925525199b9299fc46db0
1
# bootp/bootpef/Makefile
2
# $Id: Makefile,v 1.1 1994/05/27 21:46:37 gwr Exp $
3
4
PROG
=
bootpef
5
6
SRCS
=
bootpef.c dovend.c readfile.c hash.c dumptab.c \
7
lookup.c hwaddr.c report.c tzone.c
8
9
MAN8
=
bootpef
.0
10
11
# XXXX
12
BINDIR?
= /
usr
/
sbin
13
14
.
include
<
bsd.prog.mk
>