003 File Manager
Current Path:
/usr/src/usr.sbin/crunch/examples
usr
/
src
/
usr.sbin
/
crunch
/
examples
/
📁
..
📄
Makefile
(656 B)
📄
filesystem.conf
(540 B)
📄
fixit.conf
(1.17 KB)
📄
kcopy.conf
(398 B)
📄
really-big.conf
(6.45 KB)
Editing: Makefile
# $FreeBSD$ CRUNCHED= fixit # below is boiler-plate to make $(CRUNCHED) from $(CRUNCHED).conf # I'd use PROG instead of CRUNCHED, but the system makefiles REALLY want # to build things in the normal way if you use PROG. CONF= $(CRUNCHED).conf OUTMK= $(CRUNCHED).mk OUTPUTS= $(OUTMK) $(CRUNCHED).c $(CRUNCHED).cache MAN= CLEANFILES+= $(CRUNCHED) *.o *.lo *.c *.mk *.cache CLEANDIRFILES+= $(OUTPUTS) all: $(CRUNCHED) exe: $(CRUNCHED) $(OUTPUTS): $(CONF) MAKE=${MAKE} crunchgen ${.CURDIR}/$(CONF) $(CRUNCHED): $(OUTPUTS) submake submake: ${MAKE} -f $(OUTMK) objs: ${MAKE} -f $(OUTMK) objs cleandir: rm -f $(CLEANDIRFILES) .include <bsd.prog.mk>
Upload File
Create Folder