NetBSD/libexec/tftpd/Makefile

11 lines
256 B
Makefile

# $NetBSD: Makefile,v 1.9 2001/11/19 03:20:45 itojun Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN= tftpd.8
CPPFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
.PATH: ${.CURDIR}/../../usr.bin/tftp
.include <bsd.prog.mk>