mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
|
*** discover/Makefile Mon Mar 25 20:24:35 1996
|
||
|
--- /home/andy/tmp/wrk/discover/Makefile Mon May 26 19:06:53 1997
|
||
|
***************
|
||
|
*** 3,9 ****
|
||
|
CC=gcc
|
||
|
CFLAGS=
|
||
|
BINARY=encdiscover
|
||
|
! UTILDIR?=/usr/local/bin
|
||
|
BINOWN?=root.wheel
|
||
|
BINMODE?=755
|
||
|
CHOWN?=/usr/sbin/chown
|
||
|
--- 3,9 ----
|
||
|
CC=gcc
|
||
|
CFLAGS=
|
||
|
BINARY=encdiscover
|
||
|
! UTILDIR?=${PREFIX}/bin
|
||
|
BINOWN?=root.wheel
|
||
|
BINMODE?=755
|
||
|
CHOWN?=/usr/sbin/chown
|