summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-10-29 10:30:54 +0000
committerharti <harti@FreeBSD.org>2003-10-29 10:30:54 +0000
commitf5759b00c40941c8a20fa62306629cc1df0eef5a (patch)
tree7e378e8c90af1fbfa1087ec3cee8628584c6ee0b /usr.bin/Makefile
parentdafee728ad58b22210c6b63efbff6d76b1999101 (diff)
downloadFreeBSD-src-f5759b00c40941c8a20fa62306629cc1df0eef5a.zip
FreeBSD-src-f5759b00c40941c8a20fa62306629cc1df0eef5a.tar.gz
Build the NgATM user space SSCOP tool (unless NOATM is defined).
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 da67aaa..178ca5a 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 \
OpenPOWER on IntegriCloud