diff options
Diffstat (limited to 'news/nntpbtr/files/patch-ab')
-rw-r--r-- | news/nntpbtr/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/nntpbtr/files/patch-ab b/news/nntpbtr/files/patch-ab new file mode 100644 index 000000000000..6e833db604f0 --- /dev/null +++ b/news/nntpbtr/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile 1994/11/25 15:09:23 1.1 ++++ Makefile 1996/07/02 05:37:31 +@@ -32,3 +32,10 @@ + + clean: + rm -f *.o nntpbtr ++ ++all: nntpbtr ++ ++install: ++ install -c -m555 nntpbtr ${PREFIX}/sbin ++ install -c -m555 nntpbtr.1 ${PREFIX}/man/man1 ++ |