Don't process 'lastcomm' if "AUTOMATED" is defined.
The tests for it require manual setup.
This commit is contained in:
parent
8dcfd5d1d6
commit
01d217bcc1
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= calendar comm file2c join jot m4 printf sed tr uudecode uuencode xargs lastcomm
|
||||
SUBDIR= calendar comm file2c join jot m4 printf sed tr uudecode uuencode xargs
|
||||
.if !defined(AUTOMATED)
|
||||
SUBDIR+= lastcomm
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user