From within a virtual kernel, make /sbin/shutdown and /sbin/halt actually
[dragonfly/vkernel-mp.git] / usr.sbin / rdate / Makefile
blob2c5e60487abb9bc2433f34938363de39ee2a75f9
1 # $OpenBSD: src/usr.sbin/rdate/Makefile,v 1.7 2003/11/20 23:23:09 avsm Exp $
2 # $DragonFly: src/usr.sbin/rdate/Makefile,v 1.1 2004/12/01 16:04:43 joerg Exp $
4 PROG= rdate
5 SRCS= rdate.c rfc868time.c ntp.c ntpleaps.c
6 DPADD+= ${LIBUTIL}
7 LDADD+= -lutil
8 WARNS?= 6
10 MAN= rdate.8
12 .include <bsd.prog.mk>