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/crunchide/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/crunchide/Makefile')
-rw-r--r-- | distrib/crunch/crunchide/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distrib/crunch/crunchide/Makefile b/distrib/crunch/crunchide/Makefile deleted file mode 100644 index 430fee355f3..00000000000 --- a/distrib/crunch/crunchide/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2000/03/01 22:10:03 todd Exp $ - -PROG= crunchide -SRCS= crunchide.c elf_hide.c ecoff_hide.c - -.include <bsd.prog.mk> |