summaryrefslogtreecommitdiffstats
path: root/release/floppies/makecrunch.mk
blob: 8f2d3e70afe1b4468df88cb63685da7d2a2d6c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


SYSINSTALL=	${OBJTOP}/release/sysinstall/sysinstall

NOCRYPT?=	yes

all: crunch

crunch:
	-crunchgen ${.CURDIR}/crunch.conf
	${MAKE} -f crunch.mk all NOCRYP=${NOCRYPT} \
	    "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY" 

clean:
	rm  -f *.o *.stub *.lo *_stub.c *.mk \
		crunch.cache \
		crunch.mk \
		crunch.c \
		crunch \
		.tmp_*

install: 
	@echo " No idea what to do to install yet"

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud