Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / tinyware / oinit / Makefile
1 # $FreeBSD: src/release/picobsd/tinyware/oinit/Makefile,v 1.2 1999/08/28 01:33:57 peter Exp $
2 # $DragonFly: src/release/picobsd/tinyware/oinit/Attic/Makefile,v 1.2 2003/06/17 04:27:20 dillon Exp $
3 #
4 PROG=oinit
5 #CFLAGS+=-DUSE_HISTORY
6 CFLAGS+=-DOINIT_RC=\"/etc/oinit.rc\"
7 #LDADD=-lutil -ledit -ltermcap
8 LDADD=-lutil
9 NOMAN=yes
10
11 .include <bsd.prog.mk>
12
13