Move the MAKEDEV step at the end of make upgrade so you can background it
[dragonfly.git] / bin / chio / Makefile
1 # $FreeBSD: src/bin/chio/Makefile,v 1.6.2.1 2001/07/28 19:22:01 mikeh Exp $
2 # $DragonFly: src/bin/chio/Makefile,v 1.4 2005/02/06 06:16:39 okumoto Exp $
3 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
4
5 CFLAGS+=-I${.CURDIR}/../../sys
6
7 PROG=   chio
8 SRCS=   chio.c
9
10 .include <bsd.prog.mk>