kernel - Fix races created by a comedy of circumstansces (3)
[dragonfly.git] / libexec / tftpd / Makefile
blob9a872f16c6f24d74abcb52aa58b49ad3f0162885
1 # @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/tftpd/Makefile,v 1.7.2.1 2001/04/25 10:41:03 ru Exp $
4 PROG= tftpd
5 SRCS= tftpd.c tftpsubs.c
6 MAN= tftpd.8
8 DPADD= ${LIBUTIL}
9 LDADD= -lutil
10 NO_STRICT_ALIASING=
12 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
13 .PATH: ${.CURDIR}/../../usr.bin/tftp
15 .include <bsd.prog.mk>