mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
9 lines
90 B
Makefile
9 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcs
|
|
SRCS= ipcs.c ipc.c
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|