diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1998-03-11 21:42:19 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1998-03-11 21:42:19 +0000 |
commit | d98a179d0ba4711224b7367469adb89d854f340e (patch) | |
tree | 1847498d235e3c9d8ea17c88a29f05611cdbed6c /gnu | |
parent | bdc9fcee9ad61633afc2449e583f609f0f3c57aa (diff) |
add lynx. -moj
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 78047b276b4..321a97fa5a6 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 1997/03/11 18:53:30 tholo Exp $ +# $OpenBSD: Makefile,v 1.22 1998/03/11 21:42:18 maja Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cvs dc deroff diff diff3 gcc grep groff -SUBDIR+= gzip perl rcs sdiff sendbug sudo +SUBDIR+= gzip lynx perl rcs sdiff sendbug sudo # some ports use binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ |