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
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
libexec
/
bootpgw
/
Makefile
blob
100eeaa1dcea533b444bd68e94303ad193360fbc
1
# bootpgw/Makefile
2
# $Id: Makefile,v 1.1 1994/05/30 20:18:33 gwr Exp $
3
4
PROG
=
bootpgw
5
SRCDIR
= ${
.CURDIR
}/
..
/
bootpd
6
CFLAGS
+= -
DSYSLOG
-
DDEBUG
-
I
${
SRCDIR
}
7
.PATH
: ${
SRCDIR
}
8
9
SRCS
=
bootpgw.c getif.c hwaddr.c report.c
10
11
MAN8
=
12
13
.
include
<
bsd.prog.mk
>
14