aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend/Makefile
blob: 8ea0b9189f83a27abe9ab5413f7ec2cdc3f2663b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Makefile for xtend (Stark) 10/30/93
# $FreeBSD: src/libexec/xtend/Makefile,v 1.7 1999/08/28 00:10:29 peter 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>