Fix ifdefs to make it possible to use time.h in standards compilant code.
[dragonfly.git] / usr.sbin / dpt / dpt_dm / Makefile
blob5aecf6f810ad36cfa2c6ed8aadf8221a9090bb8d
1 # $FreeBSD: src/usr.sbin/dpt/dpt_dm/Makefile,v 1.4.2.2 2001/07/21 01:31:40 obrien Exp $
2 # $DragonFly: src/usr.sbin/dpt/dpt_dm/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
4 PROG= dpt_dm
5 MAN= dpt_dm.8
7 CFLAGS+=-Wall -I${.CURDIR}/../../../sys
9 .include <bsd.prog.mk>