missed these parts of Bruce's changes last time..

Submitted by: bde (again :-)
This commit is contained in:
Peter Wemm 1996-08-30 21:57:39 +00:00
parent c5c39d241c
commit 20c5124b62
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
# $Id: Makefile,v 1.3 1996/08/30 03:12:16 peter Exp $
#
all depend lint tags:
# $Id: Makefile,v 1.4 1996/08/30 19:26:49 peter Exp $
NOOBJ= noobj

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
# $Id: Makefile,v 1.9 1996/08/29 19:59:48 peter Exp $
# $Id: Makefile,v 1.10 1996/08/30 19:31:28 peter Exp $
.SUFFIXES: .x
@ -17,7 +17,7 @@ CLEANFILES+= ${HDRS}
all: ${HDRS}
install: ${HDRS}
beforeinstall: ${HDRS}
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${HFILES:S;^;${.CURDIR}/;} \
${XFILES:S;^;${.CURDIR}/;} \