diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-14 00:00:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-14 00:00:15 +0000 |
commit | 1f909d7fe60e05c022b8077b00330e4e94bc3f29 (patch) | |
tree | 30c63679843221d315a468c5e5c420014ae65f68 /distrib/sparc64/ramdiskB | |
parent | d7236a4edd675916c9376c42bf59007d41bdc615 (diff) |
Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.
Add the new files to the clean target's rm list.
"why not get it tested?" deraadt@
Diffstat (limited to 'distrib/sparc64/ramdiskB')
-rw-r--r-- | distrib/sparc64/ramdiskB/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/sparc64/ramdiskB/Makefile b/distrib/sparc64/ramdiskB/Makefile index fe8acfb8669..3f904d59ac3 100644 --- a/distrib/sparc64/ramdiskB/Makefile +++ b/distrib/sparc64/ramdiskB/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2011/07/08 21:39:32 drahn Exp $ +# $OpenBSD: Makefile,v 1.20 2013/10/14 00:00:13 guenther Exp $ TOP= ${.CURDIR}/.. @@ -119,7 +119,7 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CBIN}.conf crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC} ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c - ${MAKE} -f ${CBIN}.mk all + ${MAKE} -f ${CBIN}.mk SRCLIBDIR=${.CURDIR}/../../../lib all do_files: mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u @@ -130,6 +130,7 @@ do_files: clean cleandir: /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \ + lib*.a lib*.olist ${CBIN}.map \ *.o *.lo *.c bsd ${BSD_RD} bsd.gz ${FLOPPY} elfrdsetroot .ifdef RELEASEDIR |