From 4a0c806d83311e991b321642e180e66dc21b6e25 Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:41:35 -0500 Subject: Refactor slogin for framebuffer and OpenRC --- core/slogin/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 core/slogin/config.mk (limited to 'core/slogin/config.mk') diff --git a/core/slogin/config.mk b/core/slogin/config.mk new file mode 100644 index 0000000..fcca349 --- /dev/null +++ b/core/slogin/config.mk @@ -0,0 +1,12 @@ +VERSION = 0.2 + +PREFIX = /usr/local +MANPREFIX = ${PREFIX}/share/man + +LIBS = -lcrypt + +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -DVERSION=\"${VERSION}\" -DHAVE_SHADOW_H +CFLAGS = -std=c99 -pedantic -Wall -Os ${CPPFLAGS} +LDFLAGS = ${LIBS} + +CC = cc -- cgit v1.2.3