mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
0e120440a3
additional features, such as big endian, little endian and PDP format input. PR: 4788 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
20 lines
323 B
Plaintext
20 lines
323 B
Plaintext
*** Makefile~ Tue Aug 27 02:02:31 1996
|
|
--- Makefile Wed Oct 1 20:23:19 1997
|
|
***************
|
|
*** 1,7 ****
|
|
#
|
|
CC=gcc
|
|
! BINDIR=/usr/local/bin
|
|
! MANDIR=/usr/local/man/man
|
|
PROG=xd
|
|
|
|
.include <bsd.prog.mk>
|
|
--- 1,7 ----
|
|
#
|
|
CC=gcc
|
|
! BINDIR=${PREFIX}/bin
|
|
! MANDIR=${PREFIX}/man/man
|
|
PROG=xd
|
|
|
|
.include <bsd.prog.mk>
|