mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= calendar comm file2c join jot m4 printf sed tr uudecode uuencode xargs
|
|
.if !defined(AUTOMATED)
|
|
SUBDIR+= lastcomm
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|