mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a407586d87
to the former, somewhat fuzzy, license from Fermilab.
16 lines
502 B
Plaintext
16 lines
502 B
Plaintext
*** source/Makefile.common.orig Tue Dec 14 22:58:24 1999
|
|
--- source/Makefile.common Fri Mar 17 06:55:27 2000
|
|
***************
|
|
*** 15,20 ****
|
|
--- 15,24 ----
|
|
nc: nc.o
|
|
$(CC) $(CFLAGS) nc.o ../util/libNUtil.a $(LIBS) -o $@
|
|
|
|
+ install: nedit nc
|
|
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nedit ${PREFIX}/bin
|
|
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} nc ${PREFIX}/bin
|
|
+
|
|
help.o: help.c
|
|
$(CC) $(CFLAGS) $(BIGGER_STRINGS) -c help.c -o $@
|
|
|