about summary refs log tree commit diff
path: root/FreeBSD/Makefile
blob: f201f4ce1a8b398deb7e88bf0e14c1a487867738 (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = FreeBSD
VERSION = 13.1-RELEASE
MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION}
DISTFILES = base.txz
FILES = ./usr/share/man/man[1-9]/
STRIP = 4

.include "../system.mk"
b968d2f5b9f&follow=1'>Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe