aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-10-29 10:30:54 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-10-29 10:30:54 +0000
commit4f35c8461f3301a1b3fb9d43097e6fabee395787 (patch)
tree7e378e8c90af1fbfa1087ec3cee8628584c6ee0b /usr.bin/Makefile
parent62b6414d73cebc0c929a7a0469ffbe3c636b71ba (diff)
Notes
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index da67aaa056c9..178ca5ae9fcc 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -27,10 +27,15 @@ _lex= lex
_yacc= yacc
.endif
+.if !defined(NOATM)
+_atm= atm
+.endif
+
SUBDIR= alias \
apply \
asa \
at \
+ ${_atm} \
awk \
banner \
basename \