diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-05 17:16:10 +0000 |
| commit | 5b963fa12e8baf1eb6f491cfee6b7849d0aa1dba (patch) | |
| tree | 235e8fcbe852dee096eebfd2c176b6d10c0afa2c /libexec/xtend | |
| parent | de6669b2e213f787bd1accbabe263e199b35066f (diff) | |
Notes
Diffstat (limited to 'libexec/xtend')
| -rw-r--r-- | libexec/xtend/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index a01ed65c95bd..041145caed62 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,12 +1,13 @@ # Makefile for xtend (Stark) 10/30/93 -# $Id: Makefile,v 1.2 1995/04/18 01:53:56 jkh Exp $ +# $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\" -LDADD+= -lutil +DPADD= ${LIBUTIL} +LDADD= -lutil MAN8= xtend.8 |
