NetBSD/usr.sbin/ofctl/Makefile

22 lines
352 B
Makefile

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $NetBSD: Makefile,v 1.7 2010/06/20 21:30:26 matt Exp $
.if ${MACHINE} == "sparc64" \
|| ${MACHINE} == "macppc" \
|| ${MACHINE} == "ofppc" \
|| ${MACHINE} == "shark" \
|| ${MACHINE} == "sparc"
PROG= ofctl
SRCS= ofctl.c
LDADD+= -lprop
DPADD+= ${LIBPROP}
.endif
MAN= ofctl.8
.include <bsd.prog.mk>