diff options
author | ru <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-12-21 09:08:06 +0000 |
commit | 3b01b845055a6c3374f14bc8997be5a5d299cd8c (patch) | |
tree | ea5c405d23bdd55d5a9515d9d087b9542b86e2aa /sbin/Makefile | |
parent | ba3655c74f170d85d1349f1e286aff27b58c9fc5 (diff) | |
download | FreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.zip FreeBSD-src-3b01b845055a6c3374f14bc8997be5a5d299cd8c.tar.gz |
NOATM -> NO_ATM
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c6a78ec..536dafc 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -94,7 +94,7 @@ SUBDIR= adjkerntz \ tunefs \ umount \ -.if !defined(NOATM) +.if !defined(NO_ATM) _atm= atm .endif |