summaryrefslogtreecommitdiffstats
path: root/libexec/xtend/Makefile
blob: 75fedeff421f586ba3038d241d82566fa0bdfabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for xtend (Stark) 10/30/93
# $Id$

BINMODE=	555

PROG=	xtend
SRCS=	xtend.c status.c packet.c user.c
CFLAGS+=-I. -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
LDADD+= -lutil

MAN8=	xtend.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud