mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 08:07:28 -04:00
13 lines
207 B
Makefile
13 lines
207 B
Makefile
|
|
# $Id: Makefile,v 1.4 1998/08/09 18:50:45 abial Exp $
|
||
|
|
#
|
||
|
|
PROG=oinit
|
||
|
|
#CFLAGS+=-DUSE_HISTORY
|
||
|
|
CFLAGS+=-DOINIT_RC=\"/etc/oinit.rc\"
|
||
|
|
#LDADD=-lutil -ledit -ltermcap
|
||
|
|
LDADD=-lutil
|
||
|
|
NOMAN=yes
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|
||
|
|
|
||
|
|
|