mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
NOOBJ= noobj
|
||
|
INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
|
||
|
INCSDIR=${INCLUDEDIR}/protocols
|
||
|
|
||
|
.include <bsd.prog.mk>
|