NetBSD/libexec/tftpd/Makefile
christos 73a2253ad9 Patrick Welche <prlw1@cam.ac.uk>
- add -p pathsep option
    - make wrap to zero work, but produce a warning
While here:
    - fix gcc warnings, in particular variable clobbered warnings
      (compiling with fewer warnings does not really fix the problem)
2010-01-08 21:05:14 +00:00

15 lines
291 B
Makefile

# $NetBSD: Makefile,v 1.13 2010/01/08 21:05:14 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
WARNS?= 5
.include <bsd.own.mk>
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
MAN= tftpd.8
CPPFLAGS+=-I${NETBSDSRCDIR}/usr.bin/tftp
.PATH: ${NETBSDSRCDIR}/usr.bin/tftp
.include <bsd.prog.mk>