xref
: /
freebsd
/
usr.bin
/
ipcs
/
Makefile
(revision dd41de95a84d979615a2ef11df6850622bf6184e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
ipcs
4
SRCS
=
ipcs.c
ipc.c
5
LIBADD
=
kvm
6
7
.
include
<
bsd.prog.mk
>
8