led(4): Turn this into a module. Only used by acpi_thinkpad and acpi_asus.
[dragonfly.git] / sbin / mount_autofs / Makefile
blob808175a24ea653d16ec361d3432dbb71db6d533c
1 # $NetBSD: Makefile,v 1.1 2018/01/14 22:44:04 christos Exp $
2 # @(#)Makefile 8.2 (Berkeley) 3/27/94
4 PROG= mount_autofs
5 MAN= mount_autofs.8
7 LDADD= -lutil
8 DPADD= ${LIBUTIL}
10 .include <bsd.prog.mk>