1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

asmc build infrastructure.

Approved by:	njl (mentor)
Reviewed by:	njl (mentor)
This commit is contained in:
Rui Paulo 2007-11-07 20:12:21 +00:00
parent e702bc741c
commit 7124217701
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173428

View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/asmc
KMOD= asmc
SRCS= asmc.c bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>