mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
|
--- /dev/null Wed Oct 8 00:26:43 1997
|
||
|
+++ Makefile Tue Oct 7 16:35:28 1997
|
||
|
@@ -0,0 +1,8 @@
|
||
|
+PROG= choparp
|
||
|
+MAN8= choparp.8
|
||
|
+
|
||
|
+DESTDIR=/usr/local
|
||
|
+BINDIR= /sbin
|
||
|
+MANDIR= /man/man
|
||
|
+
|
||
|
+.include <bsd.prog.mk>
|