c0c8d25799
Makes things easier for pkgsrc
13 lines
168 B
Makefile
13 lines
168 B
Makefile
# Makefile for the init program (INIT)
|
|
PROG= init
|
|
SRCS= init.c
|
|
|
|
DPADD+= ${LIBSYS}
|
|
LDADD+= -lsys
|
|
|
|
MAN=
|
|
|
|
BINDIR?= /usr/sbin
|
|
INSTALLFLAGS+= -S 64k
|
|
|
|
.include <bsd.prog.mk>
|