diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-07 18:44:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-07 18:44:07 +0000 |
commit | 2ea3f7af298faeb6d751bb68c7d3a911fc39c0a2 (patch) | |
tree | ef4ffcb56a96a34d20e82dedb8be1f3f24983bcc /distrib/sparc64/ramdiskB | |
parent | e3500453ce2b94b39af2ef626169742ebc17530c (diff) |
fix conf file generation
Diffstat (limited to 'distrib/sparc64/ramdiskB')
-rw-r--r-- | distrib/sparc64/ramdiskB/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index 35ec8264406..deb927be7e4 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/04/30 09:18:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2002/05/07 18:44:06 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -113,6 +113,9 @@ unconfig: install: cp ${FLOPPY} ${DESTDIR}/snapshot/ +${CBIN}.conf: ${LISTS} + awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf + ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CBIN}.conf crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC} |