57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
*** Makefile.orig Mon Oct 20 18:58:19 1997
|
|
--- Makefile Thu Apr 9 23:30:29 1998
|
|
***************
|
|
*** 30,36 ****
|
|
|
|
# Where do your manpages reside?
|
|
#
|
|
! MANDIR = /usr/man
|
|
|
|
|
|
# Various compilers: if you have problems compiling, you may comment out the
|
|
--- 30,36 ----
|
|
|
|
# Where do your manpages reside?
|
|
#
|
|
! MANDIR = /usr/local/man
|
|
|
|
|
|
# Various compilers: if you have problems compiling, you may comment out the
|
|
***************
|
|
*** 112,119 ****
|
|
$(CC) -o match-email-addr match-email-addr.o $(LDFLAGS)
|
|
|
|
|
|
! install: dummy pgpsendmail pgpdaemon sendpgppass pgppipe pgpsign extract-addrs\
|
|
! match-email-addr install.man
|
|
./install pgpsendmail $(SENDMAIL)
|
|
./install pgpdaemon
|
|
./install sendpgppass
|
|
--- 112,119 ----
|
|
$(CC) -o match-email-addr match-email-addr.o $(LDFLAGS)
|
|
|
|
|
|
! all_install: dummy pgpsendmail pgpdaemon sendpgppass pgppipe pgpsign \
|
|
! extract-addrs match-email-addr install.man
|
|
./install pgpsendmail $(SENDMAIL)
|
|
./install pgpdaemon
|
|
./install sendpgppass
|
|
***************
|
|
*** 123,130 ****
|
|
./install match-email-addr
|
|
|
|
install.man: clean
|
|
! cp -rp man/* $(MANDIR)
|
|
!
|
|
|
|
reminder:
|
|
@echo ""
|
|
--- 123,129 ----
|
|
./install match-email-addr
|
|
|
|
install.man: clean
|
|
! cp -r man/* $(MANDIR)
|
|
|
|
reminder:
|
|
@echo ""
|