NetBSD/usr.sbin/ofctl/Makefile

15 lines
259 B
Makefile
Raw Normal View History

# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
2006-09-30 00:12:01 +04:00
# $NetBSD: Makefile,v 1.2 2006/09/29 20:12:01 macallan Exp $
2006-09-30 00:12:01 +04:00
.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" || ${MACHINE} == "shark"
PROG= ofctl
SRCS= ofctl.c
.endif
MAN= ofctl.8
.include <bsd.prog.mk>