mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Delete the clean and cleandir target and let the bsd.prog.mk do the
work. Error was with the private clean/cleandir pair, the obj under include/rpcsvc doesn't get cleaned out.
This commit is contained in:
parent
e9a82e8087
commit
bef25be89c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4019
@ -1,12 +1,12 @@
|
||||
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
|
||||
# $Id: Makefile,v 1.16 1994/10/03 04:15:54 bde Exp $
|
||||
# $Id: Makefile,v 1.17 1994/10/26 18:35:39 ljo Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/include
|
||||
#
|
||||
# The ``rm -rf''s used below are safe because rm doesn't follow symbolic
|
||||
# links.
|
||||
#
|
||||
all clean cleandir depend lint tags:
|
||||
all depend lint tags:
|
||||
|
||||
SUBDIR= rpcsvc
|
||||
# XXX MISSING: mp.h
|
||||
|
Loading…
Reference in New Issue
Block a user