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

BINMODE=	555

PROG=	xtend
SRCS=	xtend.c status.c packet.c user.c
CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
DPADD=	${LIBUTIL}
LDADD=	-lutil

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