mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Merge term.h & nterm.h
This commit is contained in:
parent
af1f5928f1
commit
6ede20071a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3482
@ -1,5 +1,5 @@
|
||||
# Makefile for ncurses
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1994/10/09 09:27:53 ache Exp $
|
||||
|
||||
LIB= ncurses
|
||||
INCDIR= /usr/include
|
||||
@ -20,7 +20,7 @@ CLEANFILES+= lib_keyname.c ${.CURDIR}/keys.tries
|
||||
beforedepend: ${.CURDIR}/keys.tries
|
||||
|
||||
beforeinstall:
|
||||
@cd ${.CURDIR}; for i in ncurses.h nterm.h unctrl.h termcap.h; do \
|
||||
@cd ${.CURDIR}; for i in ncurses.h unctrl.h termcap.h; do \
|
||||
cmp -s $$i ${DESTDIR}${INCDIR}/$$i || \
|
||||
$(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i ${DESTDIR}$(INCDIR); done
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Makefile for ncurses
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.2 1994/10/09 09:27:53 ache Exp $
|
||||
|
||||
LIB= ncurses
|
||||
INCDIR= /usr/include
|
||||
@ -20,7 +20,7 @@ CLEANFILES+= lib_keyname.c ${.CURDIR}/keys.tries
|
||||
beforedepend: ${.CURDIR}/keys.tries
|
||||
|
||||
beforeinstall:
|
||||
@cd ${.CURDIR}; for i in ncurses.h nterm.h unctrl.h termcap.h; do \
|
||||
@cd ${.CURDIR}; for i in ncurses.h unctrl.h termcap.h; do \
|
||||
cmp -s $$i ${DESTDIR}${INCDIR}/$$i || \
|
||||
$(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i ${DESTDIR}$(INCDIR); done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user