mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
*** All/Implementation/Makefile.orig Sun Feb 18 20:08:39 1996
|
|
--- All/Implementation/Makefile Sun Feb 18 20:09:58 1996
|
|
***************
|
|
*** 47,53 ****
|
|
LNXMAKE = $(WWW)/Tools/bin/lnxmake
|
|
|
|
# Default target -- remove things you don't want
|
|
! all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON)
|
|
@echo BUILD complete!
|
|
|
|
library : $(LIBRARY)
|
|
--- 47,54 ----
|
|
LNXMAKE = $(WWW)/Tools/bin/lnxmake
|
|
|
|
# Default target -- remove things you don't want
|
|
! #all : $(LIBRARY) $(LINEMODE) $(MINISERV) $(COMLINE) $(ROBOT) # $(PICS) $(DAEMON)
|
|
! all : $(LIBRARY)
|
|
@echo BUILD complete!
|
|
|
|
library : $(LIBRARY)
|