mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
514479cd0e
Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way.
18 lines
323 B
Plaintext
18 lines
323 B
Plaintext
--- autologin/Makefile Sun Apr 19 03:51:53 1998
|
|
+++ autologin/Makefile Sun Apr 19 03:54:02 1998
|
|
@@ -7,11 +7,11 @@
|
|
#
|
|
|
|
DESTDIR=
|
|
-BINDIR= ${DESTDIR}/usr/local/etc
|
|
+BINDIR= ${DESTDIR}/usr/local/sbin
|
|
|
|
INCLUDE=
|
|
-DEBUG= -g
|
|
-DEFS= -DPUCC -DSUN5
|
|
+DEBUG= -O
|
|
+DEFS= -DFREEBSD
|
|
CFLAGS= ${DEBUG} ${DEFS} ${INCLUDE}
|
|
|
|
GENC= main.c
|