NetBSD/usr.sbin/ofctl/Makefile

16 lines
287 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2007-05-25 22:27:25 +04:00
# $NetBSD: Makefile,v 1.3 2007/05/25 18:27:25 macallan Exp $
2007-05-25 22:27:25 +04:00
.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark" \
|| ${MACHINE} == "sparc"
PROG= ofctl
SRCS= ofctl.c
.endif
MAN= ofctl.8
.include <bsd.prog.mk>