diff options
author | dg <dg@FreeBSD.org> | 1994-10-01 03:23:33 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-01 03:23:33 +0000 |
commit | 76254fd53b03ef561f2fbc001fed1fb0499ae755 (patch) | |
tree | b6f3ca9c4d755c2750dd52bc1d57939b76613693 /usr.sbin/apm/Makefile | |
parent | b329c8342570e9501a8be46799c51d49939ba5b7 (diff) | |
download | FreeBSD-src-76254fd53b03ef561f2fbc001fed1fb0499ae755.zip FreeBSD-src-76254fd53b03ef561f2fbc001fed1fb0499ae755.tar.gz |
Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.
Submitted by: HOSOKAWA Tatsumi
Diffstat (limited to 'usr.sbin/apm/Makefile')
-rw-r--r-- | usr.sbin/apm/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile new file mode 100644 index 0000000..5c0cfda --- /dev/null +++ b/usr.sbin/apm/Makefile @@ -0,0 +1,10 @@ +# $Id$ + +PROG= apm +# CFLAGS+= -I/sys/i386/include +# BINGRP= apm +# BINMODE= 550 +LINKS= ${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz +NOMAN= 1 + +.include <bsd.prog.mk> |