summary refs log tree commit diff
path: root/port/cgram/Makefile
blob: 1a0b10c1648d8c5c31334edf19a8838de41a8358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LDLIBS = -lcurses

cgram:

clean:
	rm -f cgram

install: cgram cgram.6
	mkdir -p ~/.local/bin ~/.local/share/man/man6
	cp cgram ~/.local/bin
	cp cgram.6 ~/.local/share/man/man6
itle='2020-02-11 03:45:26 -0500'>2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe