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