mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $Id: Makefile,v 1.6 1997/07/15 14:49:38 yokota Exp $
|
|
|
|
KMOD= star_saver_mod
|
|
SRCS= star_saver.c
|
|
|
|
NOMAN=
|
|
CFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include <bsd.kmod.mk>
|