]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/ipcrm/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / usr.bin / ipcrm / Makefile
1 # $FreeBSD$
2
3 PROG=   ipcrm
4 SRCS=   ipcrm.c ipc.c
5 LIBADD= kvm
6 CFLAGS+=-I${SRCTOP}/usr.bin/ipcs
7 .PATH:  ${SRCTOP}/usr.bin/ipcs
8
9 WARNS?= 0
10
11 .include <bsd.prog.mk>