mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bcc42b0565
PR: 23136 Submitted by: Ports Fury
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- Makefile.in.orig Tue Jun 3 23:20:53 1997
|
|
+++ Makefile.in Sat Nov 25 15:44:00 2000
|
|
@@ -25,7 +25,7 @@
|
|
BIN_SUBDIRS = server tools
|
|
ALL_SUBDIRS = $(LIB_SUBDIRS) $(BIN_SUBDIRS) $(SAMPLE_DATA_DIR)
|
|
|
|
-all: libraries libwrap binaries
|
|
+all: libraries binaries
|
|
|
|
libraries:
|
|
@for dir in $(LIB_SUBDIRS); do \
|