mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
I goofed on the `LINKS' syntax.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
This commit is contained in:
parent
77636759a3
commit
c868efd590
1 changed files with 3 additions and 2 deletions
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.7 1997/02/22 15:44:49 peter Exp $
|
||||
# $Id: Makefile,v 1.8 1998/03/08 12:27:04 obrien Exp $
|
||||
#
|
||||
|
||||
PROG = c++
|
||||
SRCS = g++.c
|
||||
BINDIR= /usr/bin
|
||||
LINKS= ${BINDIR}/c++ ${BINDIR}/g++ ${BINDIR}/CC
|
||||
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
|
||||
LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
|
||||
NOMAN= 1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue