mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= bc binutils cc cpio dc dialog diff diff3 \
|
|
gperf grep groff gzip man patch rcs sdiff send-pr sort tar texinfo
|
|
|
|
.if !defined(NO_CVS)
|
|
SUBDIR+=cvs
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|