summaryrefslogtreecommitdiff
path: root/etc/etc.i386/Makefile.inc
blob: 3ba34bb632d4f17e131ef4a56d3bf693d77deb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
#	$Id: Makefile.inc,v 1.5 1997/04/20 12:42:26 niklas Exp $

.ifdef DESTDIR
snap_md: bsd floppy

bsd:
	cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
	cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \
	    make clean && make depend && make
	cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
	    ${DESTDIR}/snapshot/bsd

floppy:
	cd ${.CURDIR}/../distrib/i386/floppies/ramdisk && \
	    make cleandir && make && make install


.endif	# DESTDIR check