]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/xtend/Makefile
This commit was generated by cvs2svn to compensate for changes in r96536,
[FreeBSD/FreeBSD.git] / libexec / xtend / Makefile
1 # Makefile for xtend (Stark) 10/30/93
2 # $FreeBSD$
3
4 BINMODE=        555
5
6 PROG=   xtend
7 SRCS=   xtend.c status.c packet.c user.c
8 CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\"
9 DPADD=  ${LIBUTIL}
10 LDADD=  -lutil
11
12 MAN=    xtend.8
13
14 .include <bsd.prog.mk>