diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-01 15:28:41 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-02-01 15:28:41 +0000 |
commit | 44ad9c662f53dfc634ec6090ad10ff119f042aa2 (patch) | |
tree | 870aca441920aa4d45ddfd1ad4840b955c33cbec /usr.bin/make/Makefile.dist | |
parent | ec28d17dba139b8b8e3ef18d0a3c6ba0e4d98a83 (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.dist | 3 |
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.' |