mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0a5e44aa58
Submitted by: maintainer
20 lines
640 B
Plaintext
20 lines
640 B
Plaintext
--- imap/Makefile.orig Thu Jul 16 14:54:19 1998
|
|
+++ imap/Makefile Tue Jul 28 08:34:58 1998
|
|
@@ -250,12 +250,12 @@
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
$(LN) `pwd`/src/kerberos/* c-client
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
- $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
- $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
- $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
+# $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
+# $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
+# $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
-build: OSTYPE rebuild rebuildclean bundled
|
|
+build: OSTYPE rebuild rebuildclean # bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|