NetBSD/libexec/tftpd/Makefile

14 lines
366 B
Makefile
Raw Normal View History

1999-07-13 00:17:09 +04:00
# $NetBSD: Makefile,v 1.8 1999/07/12 20:17:09 itojun 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
1999-07-13 00:17:09 +04:00
# for portability across old sockaddr_storage definition
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>