about summary refs log tree commit diff
path: root/NetBSD/Makefile
blob: d39769f408e58231410e8d04eca094822b961093 (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = NetBSD
VERSION = 9.1
MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets
DISTFILES = comp.tar.xz games.tar.xz man.tar.xz
FILES = ./usr/share/man/man[1-9]*/
STRIP = 4

.include "../system.mk"
ce libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe