aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/Makefile.dist
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-02-01 15:28:41 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-02-01 15:28:41 +0000
commit44ad9c662f53dfc634ec6090ad10ff119f042aa2 (patch)
tree870aca441920aa4d45ddfd1ad4840b955c33cbec /usr.bin/make/Makefile.dist
parentec28d17dba139b8b8e3ef18d0a3c6ba0e4d98a83 (diff)
Move all the remaining list functions into one C-file and remove
double documentation comments. Remove the 3rd clause (from 4) of the BSD license because these files have only the UCB copyright. Submitted by: Max Okumoto <okumoto@ucsd.edu>
Notes
Notes: svn path=/head/; revision=141115
Diffstat (limited to 'usr.bin/make/Makefile.dist')
-rw-r--r--usr.bin/make/Makefile.dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist
index 76dde9edda69..3432e389268d 100644
--- a/usr.bin/make/Makefile.dist
+++ b/usr.bin/make/Makefile.dist
@@ -3,6 +3,5 @@
pmake:
@echo 'make started.'
cc -DDEFSHELL=1 -I. -c *.c
- cd lst.lib; cc -I.. -c *.c
- cc *.o lst.lib/*.o -o pmake
+ cc *.o -o pmake
@echo 'make completed.'