summaryrefslogtreecommitdiffstats
path: root/libexec/xtend/Makefile
blob: 041145caed62efc869026ac94e45d9173a5ad8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for xtend (Stark) 10/30/93
# $Id: Makefile,v 1.3 1996/09/04 22:22:54 bde Exp $

BINMODE=	555

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

MAN8=	xtend.8

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