[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / raidctl

File: [local] / src / sbin / raidctl / Attic / Makefile (download)

Revision 1.5, Fri Jan 7 14:51:41 2000 UTC (24 years, 5 months ago) by peter
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +3 -3 lines

sync with Greg Oster's NetBSD chages to Jan 4th 2000.

#	$OpenBSD: Makefile,v 1.5 2000/01/07 14:51:41 peter Exp $
#	$NetBSD: Makefile,v 1.6 1999/08/07 23:48:11 oster Exp $
PROG=	raidctl 
SRCS=	rf_configure.c rf_layout.c raidctl.c
MAN=	raidctl.8

LOOKHERE = ${.CURDIR}/../../sys/dev/raidframe

CPPFLAGS+= -DRF_UTILITY=1 -I${LOOKHERE}
.PATH:    ${LOOKHERE}

DPADD=  ${LIBUTIL}
LDADD=  -lutil

.include <bsd.prog.mk>