NetBSD/libexec/tftpd/Makefile

10 lines
209 B
Makefile
Raw Normal View History

1993-08-01 05:37:30 +00:00
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
1994-12-22 09:57:51 +00:00
# $Id: Makefile,v 1.3 1994/12/22 10:28:22 cgd Exp $
1993-03-21 09:45:37 +00:00
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
1994-12-22 09:57:51 +00:00
MAN= tftpd.8
1993-03-21 09:45:37 +00:00
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>