11 lines
197 B
Makefile
11 lines
197 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $Id$
|
|
|
|
PROG= tftpd
|
|
SRCS= tftpd.c tftpsubs.c
|
|
MAN8= tftpd.8
|
|
CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
|
|
.PATH: ${.CURDIR}/../../usr.bin/tftp
|
|
|
|
.include <bsd.prog.mk>
|