diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-08 02:44:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-04-08 02:44:08 +0000 |
commit | 71cdf3f45e6aff19553e8f7d5ee5476158dbbe7d (patch) | |
tree | 70b97dd3de90bdf3336d331bbc3d82b7bed3f6b6 /usr.bin/which/Makefile | |
parent | 9b8116278512bbc9b54069faa692e3ca4092680c (diff) |
which(1) and whereis(1) are now the same program (hard linked).
Diffstat (limited to 'usr.bin/which/Makefile')
-rw-r--r-- | usr.bin/which/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index c6433a1986b..da32657eb19 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 1997/02/21 18:34:57 millert Exp $ +# $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 <bsd.prog.mk> |