mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
5 lines
97 B
Makefile
5 lines
97 B
Makefile
noinst_LTLIBRARIES = libcompat.la
|
|
libcompat_la_SOURCES = lib.c
|
|
libcompat_la_LIBADD = $(LIBOBJS)
|
|
|