diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 15:18:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-08-22 15:18:56 +0000 |
commit | f58dd4fe87fead2d644fc1341d7731fe34c75b13 (patch) | |
tree | 0e1c8bda49466845ec92f92ade36dd92d2239379 /distrib/crunch/Makefile | |
parent | c1a84c1c712d13ee22082743780139fe2a4855f5 (diff) |
Merge crunchgen & crunchhide (using name checking), and move to usr.sbin
next step is to not install it as two programs, but be even more clever
Diffstat (limited to 'distrib/crunch/Makefile')
-rw-r--r-- | distrib/crunch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/crunch/Makefile b/distrib/crunch/Makefile index 587c9f117dd..d10d0e0cecb 100644 --- a/distrib/crunch/Makefile +++ b/distrib/crunch/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2003/03/02 12:32:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2008/08/22 15:18:55 deraadt Exp $ -SUBDIR=crunchgen crunchide ../sparc64/mksuncd +SUBDIR= ../sparc64/mksuncd .include <bsd.subdir.mk> |