=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/which/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/which/Makefile 1997/02/21 18:34:57 1.4 --- src/usr.bin/which/Makefile 1997/04/08 02:44:05 1.5 *************** *** 1,5 **** ! # $OpenBSD: Makefile,v 1.4 1997/02/21 18:34:57 millert Exp $ PROG= which .include --- 1,7 ---- ! # $OpenBSD: Makefile,v 1.5 1997/04/08 02:44:05 millert Exp $ PROG= which + MAN= which.1 whereis.1 + LINKS= ${BINDIR}/which ${BINDIR}/whereis .include