diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-04 22:25:35 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-04 22:25:35 +0000 |
| commit | 680b396b513f464d200c4d2409472d49ea979278 (patch) | |
| tree | 4cd7587f2b059fb83cf6c448d995092c55ba63ff /libexec/xtend | |
| parent | c771590aa7ec930235fa7595a1710d803c289109 (diff) | |
Notes
Diffstat (limited to 'libexec/xtend')
| -rw-r--r-- | libexec/xtend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile index 75fedeff421f..a01ed65c95bd 100644 --- a/libexec/xtend/Makefile +++ b/libexec/xtend/Makefile @@ -1,11 +1,11 @@ # Makefile for xtend (Stark) 10/30/93 -# $Id$ +# $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\" +CFLAGS+= -DXTENUNAME=\"xten\" -DXTENGNAME=\"xten\" LDADD+= -lutil MAN8= xtend.8 |
