freebsd_amp_hwpstate/libexec/tftpd/Makefile

10 lines
190 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN8= tftpd.8
1994-05-27 12:39:25 +00:00
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>