NetBSD/libexec/tftpd/Makefile

15 lines
291 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.13 2010/01/08 21:05:14 christos 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
WARNS?= 5
.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>