usr.sbin/fstyp: Use NULL instead of 0 for pointers. (FreeBSD@GitHub 27f4c84a)
[dragonfly.git] / lib / libdl / Makefile
blobe437beb6b1945870eaf9bacc98807fda9a98dff2
1 LIB=dl
2 SHLIB_MAJOR=0
3 WARNS?=2
5 SRCS=dl_stub.c
7 .include <bsd.lib.mk>