From 90d186c0cb50caa9102a52fd16ee86a44c3d7196 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 5 Oct 2004 07:47:46 +0000 Subject: [PATCH] Re-enable descending into the "atm" subdir. --- usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 763ab4ce42d..99c105a7c87 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -231,7 +231,7 @@ _truss= truss .endif .if !defined(NOATM) -#_atm= atm +_atm= atm .endif .if !defined(NO_BIND) && !defined(NO_BIND_UTILS)