mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
NOOBJ= noobj
|
||
|
INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
|
||
|
INCSDIR=${INCLUDEDIR}/arpa
|
||
|
|
||
|
.include <bsd.prog.mk>
|