3e11bd9e2a
Reduce overlinking
10 lines
90 B
Makefile
10 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ipcs
|
|
SRCS= ipcs.c ipc.c
|
|
LIBADD= kvm
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|