summaryrefslogtreecommitdiff
path: root/usr.sbin/bootp/bootptest/Makefile
blob: b3a1aa51daa55d47fadb63e7f986753d682b79eb (plain)
1
2
3
4
5
6
7
#	$NetBSD: Makefile,v 1.1 1998/03/15 01:13:25 lukem Exp $

PROG=	bootptest
SRCS=	bootptest.c print-bootp.c getether.c
MAN=	bootptest.8

.include <bsd.prog.mk>