NetBSD/libexec/tftpd/Makefile

11 lines
255 B
Makefile

# $NetBSD: Makefile,v 1.7 1997/10/22 06:03:55 lukem Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN= tftpd.8
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>