diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 12:32:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-02 12:32:09 +0000 |
commit | a0ba0b1e348ddeb4e367f27e16aeafee3b7818c3 (patch) | |
tree | 94b8f7047191a334a0b4c82cfbf585c34d435bcf /distrib/crunch | |
parent | c79f6542c2be0061cc8e735e7c8056df9d601d54 (diff) |
tie mksuncd to the crunch tools build
Diffstat (limited to 'distrib/crunch')
-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 a06c727cf6f..587c9f117dd 100644 --- a/distrib/crunch/Makefile +++ b/distrib/crunch/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:45:51 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2003/03/02 12:32:08 deraadt Exp $ -SUBDIR=crunchgen crunchide +SUBDIR=crunchgen crunchide ../sparc64/mksuncd .include <bsd.subdir.mk> |