diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 06:21:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-01-30 06:21:50 +0000 |
commit | 9fb8b0b4e65bf96482ba4e77f565ffc36cd032d6 (patch) | |
tree | 3a5d1fea5b6539aea95428fc4c0cf0c02f48b9c1 /dns/nslint/files/patch-aa | |
parent | enable ports/mail/smtpfeed and ports/mail/rblcheck. (diff) |
ports/net/nslint, "perform consistency checks on DNS files"
PR: 4941
Notes
Notes:
svn path=/head/; revision=9524
Diffstat (limited to 'dns/nslint/files/patch-aa')
-rw-r--r-- | dns/nslint/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dns/nslint/files/patch-aa b/dns/nslint/files/patch-aa new file mode 100644 index 000000000000..cbdbce18804c --- /dev/null +++ b/dns/nslint/files/patch-aa @@ -0,0 +1,13 @@ +*** Makefile.in.orig Tue Jul 22 19:22:58 1997 +--- Makefile.in Mon Oct 27 09:13:15 1997 +*************** +*** 77,82 **** +--- 77,84 ---- + + CLEANFILES = $(PROG) $(OBJ) $(GENSRC) + ++ all: $(PROG) ++ + $(PROG): $(OBJ) + @rm -f $@ + $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS) |