Deleted Added
full compact
Makefile (113091) Makefile (201060)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.sbin/rwhod/Makefile 113091 2003-04-04 17:49:21Z obrien $
2# $FreeBSD: head/usr.sbin/rwhod/Makefile 201060 2009-12-27 21:14:55Z ed $
3
4PROG= rwhod
5MAN= rwhod.8
6
7# XXX breaks on Alpha due to alignment constraints
8#WARNS?= 4
9
3
4PROG= rwhod
5MAN= rwhod.8
6
7# XXX breaks on Alpha due to alignment constraints
8#WARNS?= 4
9
10DPADD= ${LIBULOG}
11LDADD= -lulog
12
10.include <bsd.prog.mk>
13.include <bsd.prog.mk>