aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/ipcs/Makefile
blob: 4ed7df428db5d26148b8a9fad0247cbe8b8afd23 (plain) (blame)
1
2
3
4
5
6
7
PROG=	ipcs

CFLAGS+=-Duser32_time_t=user_time_t -Duser32_addr_t=user_addr_t -Duser64_time_t=user_time_t 

BINDIR=/bin

.include <bsd.prog.mk>