diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 19:15:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 19:15:36 +0000 |
| commit | ebc20f71ea19e9ed3758b2a0e926ffdb0026d983 (patch) | |
| tree | 621534066599019b8e2a9e7459497176170db7fb /gnu/usr.bin/groff/indxbib/Makefile | |
| parent | 6d856126f9125f9175da3d98802b642c914ce17c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/indxbib/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/indxbib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/usr.bin/groff/indxbib/Makefile b/gnu/usr.bin/groff/indxbib/Makefile index 1e5768a51f43..d0a070dff5e5 100644 --- a/gnu/usr.bin/groff/indxbib/Makefile +++ b/gnu/usr.bin/groff/indxbib/Makefile @@ -1,4 +1,4 @@ -# Makefile for indxbib +# $FreeBSD$ PROG= indxbib SRCS= indxbib.cc dirnamemax.c signal.c @@ -6,8 +6,7 @@ CFLAGS+= -I${.CURDIR}/../include LDADD+= ${LIBBIB} ${LIBGROFF} -lm DPADD+= ${LIBBIB} ${LIBGROFF} ${LIBM} -MANDEPEND= indxbib.1 -CLEANFILES+= ${MANDEPEND} +CLEANFILES+= ${MAN1} beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ |
