Deleted Added
full compact
Makefile (202181) Makefile (204585)
1# $FreeBSD: head/usr.sbin/uhsoctl/Makefile 202181 2010-01-13 03:16:31Z thompsa $
1# $FreeBSD: head/usr.sbin/uhsoctl/Makefile 204585 2010-03-02 16:58:04Z uqs $
2
3PROG= uhsoctl
4MAN= uhsoctl.1
2
3PROG= uhsoctl
4MAN= uhsoctl.1
5WARNS= 1
5WARNS?= 1
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9
10.include <bsd.prog.mk>
6
7DPADD= ${LIBUTIL}
8LDADD= -lutil
9
10.include <bsd.prog.mk>