xref: /netbsd-src/usr.sbin/bootp/bootptest/Makefile (revision dc306354b0b29af51801a7632f1e95265a68cd81)
1#	$NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem Exp $
2
3PROG=	bootptest
4SRCS=	bootptest.c print-bootp.c getether.c
5MAN=	bootptest.8
6
7.include <bsd.prog.mk>
8