head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	96.06.01.19.03.15;	author ghudson;	state Exp;
branches;
next	1.2;

1.2
date	96.03.16.18.51.56;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	96.03.10.19.24.12;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Include netbsd Makefile from here.
@
text
@NETBSD_SRC=/afs/sipb.mit.edu/project/netbsd/release/netbsd-1.1/source/src

all: MAKEDEV ttys
	(cd ../netbsd; ${MAKE} $@@)

MAKEDEV: MAKEDEV.sed ${NETBSD_SRC}/etc/etc.i386/MAKEDEV
	sed -f MAKEDEV.sed ${NETBSD_SRC}/etc/etc.i386/MAKEDEV > $@@

ttys: ttys.sed ${NETBSD_SRC}/etc/etc.i386/ttys
	sed -f ttys.sed ${NETBSD_SRC}/etc/etc.i386/ttys > $@@

install:
	mkdir -p ${DESTDIR}/etc ${DESTDIR}/dev
	install -c -m 755 MAKEDEV ${DESTDIR}/dev/
	install -c -m 644 ttys ${DESTDIR}/etc/
	(cd ../netbsd; ${MAKE} $@@)

clean:
	rm -f MAKEDEV ttys
	(cd ../netbsd; ${MAKE} $@@)
@


1.2
log
@MAKEDEV is a script, and should be +x.
@
text
@d4 1
d16 1
d20 1
a20 1

@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
	install -c -m 644 MAKEDEV ${DESTDIR}/dev/
@
