opnsense-src/libexec/tftpd/Makefile

11 lines
197 B
Makefile
Raw Normal View History

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