xref
: /
freebsd
/
usr.bin
/
ipcs
/
Makefile
(revision 8d59ecb214f7e078e57d35b865f33efc5d7cdf4d)
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