1997-10-22 09:55:52 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1997/10/22 06:03:55 lukem 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
|
|
|
|
|
|
|
PROG= tftpd
|
|
|
|
SRCS= tftpd.c tftpsubs.c
|
1994-12-22 12:57:51 +03:00
|
|
|
MAN= tftpd.8
|
1997-10-22 09:55:52 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
|
1993-03-21 12:45:37 +03:00
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/tftp
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|