summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/fed/Makefile
blob: 26679140c4adc798184a796df0f9973e48950c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.5 2000/05/19 14:49:43 espie Exp $

.if ${MACHINE} == "i386"
PROG=	fed
SRCS=	fed.c select.c edit.c misc.c
LDADD=	-lcurses
.else
NOPROG=	yes
.endif
MAN=	fed.1
MANSUBDIR=i386

.include <bsd.prog.mk>