NetBSD/libexec/tftpd/Makefile

15 lines
289 B
Makefile
Raw Normal View History

2011-10-13 21:23:28 +04:00
# $NetBSD: Makefile,v 1.14 2011/10/13 17:23:29 plunky Exp $
1997-10-07 13:46:45 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 12:45:37 +03:00
2011-10-13 21:23:28 +04:00
WARNS?= 4
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
1994-12-22 12:57:51 +03:00
MAN= tftpd.8
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/tftp
.PATH: ${NETBSDSRCDIR}/usr.bin/tftp
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>