Makefile (e44885ac0116d05f7380543569d5093985c92f06) Makefile (066a8c691e6751e281e529938c620f183299229a)
1#-
2# Copyright (c) 2011 Google, Inc.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27
28ATF= ${SRCTOP}/contrib/atf
29.PATH: ${ATF} ${ATF}/doc
30
31FILESGROUPS= TOP
32
33TOPDIR= ${SHAREDIR}/doc/atf
34TOP= AUTHORS COPYING NEWS README
1#-
2# Copyright (c) 2011 Google, Inc.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 18 unchanged lines hidden (view full) ---

27
28ATF= ${SRCTOP}/contrib/atf
29.PATH: ${ATF} ${ATF}/doc
30
31FILESGROUPS= TOP
32
33TOPDIR= ${SHAREDIR}/doc/atf
34TOP= AUTHORS COPYING NEWS README
35TOPTAGS= package=tests
35
36.include <bsd.prog.mk>
36
37.include <bsd.prog.mk>