mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $NetBSD: Makefile,v 1.6 1998/03/15 01:13:25 lukem Exp $
|
|
|
|
PROG= bootpd
|
|
CPPFLAGS+= -DVEND_CMU
|
|
|
|
MAN= bootpd.8 bootptab.5
|
|
MLINKS= bootpd.8 bootpgw.8
|
|
|
|
.include <bsd.prog.mk>
|