mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7e03a84d91
PR: 10286 Submitted by: maintainer
30 lines
986 B
Plaintext
30 lines
986 B
Plaintext
*** imap/Makefile.orig Thu Jan 28 01:33:11 1999
|
|
--- imap/Makefile Tue Feb 9 21:35:37 1999
|
|
***************
|
|
*** 379,390 ****
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true'
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
! $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
! $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
! $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|
|
--- 379,390 ----
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
sh -c '(test -d src/kerberos) && ($(LN) `pwd`/src/kerberos/* c-client) || true'
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
! # $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
! # $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
! # $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean # bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|