Set the IDE DMA start bit as a separate I/O write from the DMA port
[dragonfly/vkernel-mp.git] / usr.sbin / cron / Makefile.inc
blobd48af003de83b65648e27d41322490746700b38b
1 # $FreeBSD: src/usr.sbin/cron/Makefile.inc,v 1.2 1999/08/28 01:15:48 peter Exp $
2 # $DragonFly: src/usr.sbin/cron/Makefile.inc,v 1.2 2003/06/17 06:29:53 dillon Exp $
4 .if exists(${.OBJDIR}/../lib)
5 LIBCRON=${.OBJDIR}/../lib/libcron.a
6 .else
7 LIBCRON=${.CURDIR}/../lib/libcron.a
8 .endif
10 .include "../Makefile.inc"