Home | History | Annotate | Line # | Download | only in makewhatis
Makefile revision 1.1
      1 #	$Id: Makefile,v 1.1 1993/12/21 03:28:00 cgd Exp $
      2 
      3 NOMAN=
      4 NOPROG=
      5 NOOBJ=
      6 
      7 afterinstall:
      8 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
      9 		$(.CURDIR)/makewhatis.sh $(DESTDIR)$(BINDIR)/makewhatis
     10 
     11 .include <bsd.prog.mk>
     12