aboutsummaryrefslogtreecommitdiff
path: root/libexec/xtend/Makefile
blob: 4b9ade3ca6e072c124fdd40b77333213fe1fbea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for xtend (Stark) 10/30/93

BINMODE=	4555

PROG=	xtend
SRCS=	xtend.c status.c packet.c user.c
CFLAGS+=-I. 

MAN8=	xtend.8

.include <bsd.prog.mk>