7 lines
102 B
Makefile
7 lines
102 B
Makefile
DIR= /etc/init.d
|
|
SRCS= swap-blk.in ttys.in wscons.in
|
|
BIN= ${OBJS}
|
|
|
|
MK= ../mk
|
|
include ${MK}/scripts.mk
|