diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-22 09:03:43 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-22 09:03:43 +0000 |
commit | 401695d3cb86f930a59dc54fbbd9bd248e09618f (patch) | |
tree | 70cbad86d40a96b645a1dc18ef8cb3f537f55dbf /dns/nslint/files | |
parent | Cosmetics. Remove commented out lines. (diff) |
Update to 2.0.2a2, change maintainer.
Replace a patch with an ALL_TARGET line in the port Makefile.
PR: 24840
Submitted by: Pete Fritchman <petef@databits.net> - new maintainer
Notes
Notes:
svn path=/head/; revision=38588
Diffstat (limited to 'dns/nslint/files')
-rw-r--r-- | dns/nslint/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dns/nslint/files/patch-aa b/dns/nslint/files/patch-aa deleted file mode 100644 index cbdbce18804c..000000000000 --- a/dns/nslint/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** 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) |