kernel - close holes in autoconf's run_interrupt_driven_config_hooks()
[dragonfly.git] / libexec / tftpd / Makefile
blob1f0a8f9f5cbdde295d74bb709a7afd1a25ff4861
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 $
3 # $DragonFly: src/libexec/tftpd/Makefile,v 1.2 2003/06/17 04:27:08 dillon Exp $
5 PROG= tftpd
6 SRCS= tftpd.c tftpsubs.c
7 WARNS?= 6
8 DPADD= ${LIBUTIL}
9 LDADD= -lutil
10 MAN= tftpd.8
11 CFLAGS+=-I${.CURDIR}/../../usr.bin/tftp
12 .PATH: ${.CURDIR}/../../usr.bin/tftp
14 .include <bsd.prog.mk>