aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend/Makefile
blob: 468dc8b62288a23e4494e8b842edd0cd284223b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for xtend (Stark) 10/30/93
# $Id: Makefile,v 1.2 1995/04/18 01:53:56 jkh Exp $

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>