]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/apply/Makefile
Correct the format specifier for shm_size. shm_size is a size_t unlike
[FreeBSD/stable/8.git] / usr.bin / apply / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   apply
5 WARNS?= 4
6 DPADD=  ${LIBSBUF}
7 LDADD=  -lsbuf
8
9 .include <bsd.prog.mk>