summaryrefslogtreecommitdiffstats
path: root/eBones/lib
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-14 22:32:48 +0000
committerwollman <wollman@FreeBSD.org>1995-01-14 22:32:48 +0000
commit589544ea3ba13b3b74ee78c3273d4d17c3671a29 (patch)
tree8057929a834c227327d42f95233fb595b3bc717f /eBones/lib
parentba3292be1a5cddef4efea878f196f19b5a0bc554 (diff)
downloadFreeBSD-src-589544ea3ba13b3b74ee78c3273d4d17c3671a29.zip
FreeBSD-src-589544ea3ba13b3b74ee78c3273d4d17c3671a29.tar.gz
Remove obsolete `-n' flag from compile_et command line.
Diffstat (limited to 'eBones/lib')
-rw-r--r--eBones/lib/libkrb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/lib/libkrb/Makefile b/eBones/lib/libkrb/Makefile
index eda58e3..f74d3dd 100644
--- a/eBones/lib/libkrb/Makefile
+++ b/eBones/lib/libkrb/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $
+# $Id: Makefile,v 1.2 1995/01/14 20:51:05 wollman Exp $
LIB= krb
SHLIB_MAJOR= 2
@@ -21,7 +21,7 @@ SRCS= create_auth_reply.c create_ciph.c \
TDIR= ${.CURDIR}/..
krb_err.et.c: krb_err.et
- ${COMPILE_ET} ${.CURDIR}/krb_err.et -n
+ ${COMPILE_ET} ${.CURDIR}/krb_err.et
beforedepend: krb_err.et.c
OpenPOWER on IntegriCloud