diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:52:19 +0000 |
| commit | dc12be52584a604d0444341077b89a56d670609f (patch) | |
| tree | 7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/whereis | |
| parent | 7acf4af8082faffd943110b5f2139fc2a0888a94 (diff) | |
Notes
Diffstat (limited to 'usr.bin/whereis')
| -rw-r--r-- | usr.bin/whereis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index b4a4df12a35f..0a87b6d04632 100644 --- a/usr.bin/whereis/Makefile +++ b/usr.bin/whereis/Makefile @@ -1,4 +1,6 @@ -MAN1= whereis.1 +# $FreeBSD$ + +MAN= whereis.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |
