Subject: typo in usr.sbin/rpc.bootparamd/Makefile
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Christos Zoulas <christos@deshaw.com>
List: current-users
Date: 01/18/1994 17:27:18
*** Makefile.dist	Sat Jan 15 05:28:01 1994
--- Makefile	Tue Jan 18 17:25:12 1994
***************
*** 10,18 ****
  LDADD=	-lrpcsvc -lutil
  
  bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
! 	rm -f bootparamd_prot.x
  	ln -s /usr/include/rpcsvc/bootparam_prot.x .
! 	rm -f bootparamd_prot.h
  	ln -s /usr/include/rpcsvc/bootparam_prot.h .
  	rpcgen -m -o $@ bootparam_prot.x
  
--- 10,18 ----
  LDADD=	-lrpcsvc -lutil
  
  bootparam_prot_svc.c: /usr/include/rpcsvc/bootparam_prot.x
! 	rm -f bootparam_prot.x
  	ln -s /usr/include/rpcsvc/bootparam_prot.x .
! 	rm -f bootparam_prot.h
  	ln -s /usr/include/rpcsvc/bootparam_prot.h .
  	rpcgen -m -o $@ bootparam_prot.x
  

------------------------------------------------------------------------------