diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-10-29 10:30:54 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-10-29 10:30:54 +0000 |
| commit | 4f35c8461f3301a1b3fb9d43097e6fabee395787 (patch) | |
| tree | 7e378e8c90af1fbfa1087ec3cee8628584c6ee0b /usr.bin/Makefile | |
| parent | 62b6414d73cebc0c929a7a0469ffbe3c636b71ba (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 5 |
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 \ |
