blob: 7b83164d63b003167c424406ecaa65e7d950afab (
plain) (
tree)
|
|
*** Makefile.orig Fri Feb 11 10:13:45 2000
--- Makefile Fri Feb 11 10:16:11 2000
***************
*** 0 ****
--- 1,6 ----
+ all:
+ (cd libtext; ${MAKE})
+ (cd 9term; ${MAKE})
+ install:
+ ${BSD_INSTALL_PROGRAM} 9term/9term $(PREFIX)/bin
+ ${BSD_INSTALL_MAN} 9term/9term.1 $(PREFIX)/man/man1
|