diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
| commit | 07736e20e93c9a98de654927c637dd89da236bb1 (patch) | |
| tree | ea5c405d23bdd55d5a9515d9d087b9542b86e2aa /usr.bin | |
| parent | f1f6253f4fb5a5822c0d75ecc6365523e6da42fd (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4be12bcb671b..0f6bb9c5b167 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -230,7 +230,7 @@ SUBDIR= alias \ _truss= truss .endif -.if !defined(NOATM) +.if !defined(NO_ATM) _atm= atm .endif |
