mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9d53204d89
Submitted by: Adrian Penisoara <ady@freebsd.ady.ro>
30 lines
898 B
Plaintext
30 lines
898 B
Plaintext
*** imap/Makefile.orig Wed Apr 29 02:38:46 1998
|
|
--- imap/Makefile Sat Jul 11 01:58:29 1998
|
|
***************
|
|
*** 250,261 ****
|
|
$(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)...
|
|
--- 250,261 ----
|
|
$(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)...
|