summaryrefslogtreecommitdiffstats
path: root/lib/libmytinfo
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-07-07 01:51:18 +0000
committerbde <bde@FreeBSD.org>1998-07-07 01:51:18 +0000
commit6983ae16446bc93f74b6055377f2a4f936ca9c07 (patch)
tree6d1872374d62bd2b460e4f25d81ceb0ff83d79ff /lib/libmytinfo
parent8e1f3205b79c3a2837eb7289ebfac2d6f4ae6093 (diff)
downloadFreeBSD-src-6983ae16446bc93f74b6055377f2a4f936ca9c07.zip
FreeBSD-src-6983ae16446bc93f74b6055377f2a4f936ca9c07.tar.gz
Added a `build-tools' target for internal tools.
Diffstat (limited to 'lib/libmytinfo')
-rw-r--r--lib/libmytinfo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libmytinfo/Makefile b/lib/libmytinfo/Makefile
index f5aa031..4c52c4b 100644
--- a/lib/libmytinfo/Makefile
+++ b/lib/libmytinfo/Makefile
@@ -1,7 +1,7 @@
# Makefile for libmytinfo
# Use 'make update_term_h' manually after changing internal
# mytinfo structures
-# $Id$
+# $Id: Makefile,v 1.12 1997/02/22 15:07:29 peter Exp $
LIB= mytinfo
SRCS= addstr.c binorder.c buildpath.c caplist.c capsort.c compar.c\
@@ -24,6 +24,8 @@ beforeinstall:
${DESTDIR}/usr/include
ln -sf term.h ${DESTDIR}/usr/include/nterm.h
+build-tools: mkbinorder mkcaplist mkcapsort mkversion
+
capsort.c: mkcapsort
./mkcapsort > capsort.c
OpenPOWER on IntegriCloud