mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
6c5a81185b
PR: 7993, 8151 Submitted by: maintainer
30 lines
898 B
Plaintext
30 lines
898 B
Plaintext
*** imap/Makefile.orig Sat Aug 8 05:32:23 1998
|
|
--- imap/Makefile Thu Sep 3 19:36:35 1998
|
|
***************
|
|
*** 253,264 ****
|
|
$(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
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|
|
--- 253,264 ----
|
|
$(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
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean # bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(OS)...
|