mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
18 lines
320 B
Plaintext
18 lines
320 B
Plaintext
--- Makefile.in.orig Mon Jan 27 18:15:59 1997
|
|
+++ Makefile.in Wed Jan 29 07:23:40 1997
|
|
@@ -72,10 +72,13 @@
|
|
sendlib.c \
|
|
url.c
|
|
|
|
-all: mutt
|
|
+all: mutt docs
|
|
|
|
mutt: $(OBJS) $(REGEX)
|
|
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
|
|
+
|
|
+docs:
|
|
+ cd doc && make fbsd
|
|
|
|
install: mutt
|
|
$(srcdir)/mkinstalldirs $(bindir)
|