kernel - Fix improper user-space access in sys___semctl()
[dragonfly.git] / usr.bin / unzip / Makefile
blob7511cf1af56b3ec5fcc6ccd8e21fae3578fb7794
1 # $FreeBSD: head/usr.bin/unzip/Makefile 275042 2014-11-25 14:29:10Z bapt $
3 PROG= unzip
4 CSTD= c99
5 LDADD= -larchive
6 DPADD= ${LIBARCHIVE}
8 .include <bsd.prog.mk>